public PDFTextSearchResultCollection searchText( java.lang.String text, int searchOptions, PDFContentExtractionContext context ) |
Parameters
- text
- Text to find in page content.
- searchOptions
- A set of options that specify how the text search should be performed. Available values are defined in com.o2sol.pdf4java.content.text.PDFTextSearchOptions class.
- context
- Context for text extraction.
Return Value
A collection of zero or more search results.